home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1996 July
/
Macworld (1996-07).dmg
/
System 7.5 Update 2.0
/
FileMaker Pro 3.0 CD Extras
/
FileMaker And Apple Events
/
Syntax Examples
/
Events
/
Find Examples
< prev
next >
Wrap
Text File
|
1996-01-25
|
101b
|
5 lines
tell application "FileMaker Pro"
delete every request
create request with data {"1"}
find
end tell